Hmm... I see. So the comma would say set every element before the last comma to whatever specified and everything after it to zero?
As in:
I guess that makes sense, but I still say it's not that explicit.Code:int array[5] = {2,} // Is the same as int array[5] = {2,0,0,0,0} // ?




